Component org.nuxeo.search.ui.types
In bundle org.nuxeo.ecm.platform.search.core
Resolution Order
860
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.search.ui.types">
<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
<type id="DefaultSearch">
<label>DefaultSearch</label>
<icon>/icons/search.png</icon>
<bigIcon>/icons/search_100.png</bigIcon>
<description>DefaultSearch.description</description>
<default-view>home_view_documents</default-view>
<layouts mode="any">
<layout>heading</layout>
<layout>default_search_layout</layout>
<layout>content_view_display</layout>
</layouts>
</type>
</extension>
</component>